home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 11 / Cream of the Crop 11-1.iso / disk / kutil13.zip / RMTREE.TXT < prev    next >
Text File  |  1995-12-06  |  2KB  |  59 lines

  1.                               K-TOOLS UTILITIES
  2.  
  3.  
  4.               Copyright (c) 1994-95 by Rob McDonell, ARK ANGLES
  5.                              All Rights Reserved
  6.  
  7.  
  8.                           RMTREE - Remove Tree 1.3
  9.  
  10.  
  11. This utility deletes a whole directory tree with a single command, erasing
  12. every file and removing every directory in it.
  13.  
  14.  
  15. USAGE:
  16.  
  17.   RMTREE dirname
  18.  
  19. where:  dirname    is the partial or fully qualified directory name
  20.  
  21.         options    is any of the following:
  22.  
  23.           /P       pause to ask before removing the tree (default)
  24.           /Y       yes, go ahead and remove the tree without asking
  25.         
  26.  
  27. EXAMPLES:
  28.  
  29.   RMTREE DIR1                    will remove all subdirectories in the DIR1
  30.                                  directory, erase all files in it, and then
  31.                                  remove DIR1 from the current directory
  32.  
  33.   RMTREE \DIR1\DIR2              will remove all subdirectories in \DIR1\DIR2
  34.                                  erase all files in it, and then remove DIR2
  35.                                  from the DIR1 directory
  36.  
  37.   RMTREE A:\                     will remove every directory and file from
  38.                                  drive A:
  39.  
  40. Run RMTREE with no parameters or "?" or "/?" to display simple help and
  41. registration information.
  42.  
  43.  
  44. REGISTRATION:
  45.  
  46. This program is part of the K-TOOLS UTILITIES shareware package.  To keep
  47. using it after the 60 day trial period you must register, which costs only
  48. A$15 per utility or A$29, US$24, £15, Dm40, ¥2400 for the whole collection.
  49.  
  50. Author:     Rob McDonell
  51.             ARK ANGLES
  52.             P O Box 190 (61 Oaklands Rd)
  53.             Hazelbrook  NSW  2779
  54.             AUSTRALIA
  55. Phone:      Intl+61-47-588100
  56. Fax:        Intl+61-47-588638
  57. Compuserve: 100237,141
  58. Internet:   100237.141@compuserve.com
  59.